home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d913.lha / PickStartup / PickStartup.DOC < prev    next >
Text File  |  1993-10-03  |  4KB  |  157 lines

  1.                             Pickstartup
  2.                        © 1993 by Bill Pierppont
  3.                     
  4.  
  5.  CONTENTS OF THIS FILE:
  6.  
  7.  o DISCLAIMER
  8.  o COPYRIGHT
  9.  o WHAT'S PickStartup?
  10.  o WHAT DOES PickStartup NEED?
  11.  o USING PickStartup
  12.  o KNOWN BUGS
  13.  o HOW TO CONTACT THE AUTHOR
  14.  
  15.  
  16.  DISCLAIMER
  17.  ---------------------------------------------------------------------------
  18.  The author is  NOT  responsible for  the  suitability or  accuracy of  this
  19.  documentation and/or the program(s)  it describes.  Any damage  directly or
  20.  indirectly caused by the use or  misuse of this  documentation  and/or  the
  21.  program(s) it describes is the sole responsibility of the user her/him self
  22.  ---------------------------------------------------------------------------
  23.  
  24.  COPYRIGHT
  25.  ---------------------------------------------------------------------------
  26.  Pickstartup, Copyright  ©  1993  Bill Pierpont.  All  rights  reserved.
  27.  This program may be distributed  non-commercially only  providing that  the
  28.  executable,  source  code,  documentation  and   copyright  notices  remain
  29.  unchanged and  are included with the distribution.
  30.  The archive must contain the following files:
  31.  
  32.         PickStartup/
  33.                 PickStartup
  34.                 PickStartup.DOC
  35.                 PickStartup.DOC.info
  36.                 PickStartup.info
  37.         
  38.  
  39.  This program is FREEWARE.
  40.  
  41.  
  42. What is PickStartup  ?
  43. ----------------------
  44. Its a program that will allow you to select a startup-sequence of your liking.
  45.  
  46. What Does it need ?
  47. -------------------
  48. WB 2.04
  49.  
  50. How does it work ?
  51. ------------------
  52. Very Well Thankyou.
  53.  
  54. PickStartup DOCS.
  55. -----------------
  56. First thing, you need to change your SS like this
  57.  
  58. c:setpatch  >NIL:  
  59. failat 50    ; This needs to be set higher than 20 to work. You can set it
  60.              ;lower after the if warn statment.
  61. c:pickstartup2    
  62.  if warn 10    
  63.    skip exit 
  64.  endif
  65. ----
  66. YOUR NORMAL Startup-sequene STUFF
  67. ----
  68. Lab exit
  69. endcli
  70.  
  71.  
  72. If you use the Defaults you will also need to make a dir S:special-startups
  73. and put you scripts in there.
  74.  
  75. Now put pickstartup in C:
  76.  
  77. You can enter some command line options.
  78. And here they are.
  79.  
  80. Pickstartup [DIR=] [RMB=] [DELAY=] [FILTER=] [?] [KEY=] [NOWIN]
  81.  
  82. * DIR= Is the directory you want your startup scripts are in.
  83.             
  84.             DEFAULT is S:Special-startups
  85.  
  86. * RMB= This is a script that will be executed if you click the
  87.      Right mouse button This must be the full path and file name.
  88.      Example c:startup
  89.  
  90.              DEFAULT is none.
  91.                   
  92. * DELAY= This is the delay time it controls how long the pickstartup window
  93.        Will remain open.
  94.        
  95.               DEFAULT is 5.  
  96.        
  97. * FILTER= This is any AmigaDOS wildcards it is used to filter
  98.         the selections in the file requestor. 
  99.        
  100.               DEFAULT is start-#?
  101.  
  102. * F1= Works just like RMB only you activate it by holding down F1 Key.
  103.  
  104.               DEFAULT is none.
  105. * NOWIN  If you don't like the window (some don't) use this option.
  106.          If you do then you can only use the keys to get the file list.
  107.          As there will be No Window to click.
  108.  
  109.      If you don't use this you will have BOTH methods available Mouse
  110.      or Keys and all options will work. (Hopefully)
  111.  
  112. * ?      Will display some help. The help is very complete showing examples
  113.          and all OPTIONS. It will even give you some common KeyCodes to use.
  114.               
  115. All Key words need to be in UPPERCASE with NO spaces between the 
  116. word and the option you enter.
  117.  
  118. example DIR=c:  DELAY=7
  119.  
  120.  
  121.  
  122. Known BUGS
  123. ----------
  124.  
  125. If you are using MFR1.3 Requestor instead of ASL it does not return all 
  126. memory to your system, you will lose about 1048 byte everytime the req. 
  127. opens. It will also give Enforcer hits.
  128.  
  129. None of the above happens using ASL.
  130.  
  131. When using the DIR= option put the full path ie. sys:s/blah/blah and not 
  132. S:blah/blah for some reason ASL will suddenly truncate the path name.
  133. Don't ask me why. 
  134.  
  135. ---------------
  136. Other Stuff.
  137. ---------------
  138. If you have any questions, comments, Suggestions, I can be reached by email 
  139.  
  140. Internet address
  141. bill_pierpont@lds.loral.com
  142.  
  143. GEine my Email address is
  144. B.Prierpont   <- Note  my name is Pierpont but GE spelled it wrong ;-(
  145.  
  146. Oh yea this is ShareWare please send me 1 million U.S. dollars. THANKS
  147. Just joking it yours for FREE!!! Unless you  have a spare million.
  148.  
  149. Send it to: 
  150.  
  151. Bill Pierpont
  152. 2917 Williamsburg st.
  153. Sarasota Fl, 34231 U.S.A.
  154.  
  155. I'll pickup the postage.
  156.  
  157.